<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * jQuery Slot Machine v3.0.1
 * https:// github.com/josex2r/jQuery-SlotMachine
 *
 * Copyright 2014 Jose Luis Represa
 * Released under the MIT license
 */
.slotMachineNoTransition {
    -webkit-transition: none !important;
            transition: none !important;
}

.slotMachineBlurFast {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.slotMachineBlurMedium {
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

.slotMachineBlurSlow {
    -webkit-filter: blur(2px);
            filter: blur(2px);
}

.slotMachineBlurTurtle {
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.slotMachineGradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,1)), color-stop(75%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)) );
    -webkit-mask: url("data:image/svg+xml;utf8,&lt;svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"&gt;&lt;mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"&gt;&lt;linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"&gt;&lt;stop stop-color="white" stop-opacity="0" offset="0"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="1" offset="0.25"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="1" offset="0.75"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="0" offset="1"&gt;&lt;/stop&gt;&lt;/linearGradient&gt;&lt;rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"&gt;&lt;/rect&gt;&lt;/mask&gt;&lt;/svg&gt;#slotMachineFadeMask");
            mask: url("data:image/svg+xml;utf8,&lt;svg version="1.1" xmlns="http:// www.w3.org/2000/svg" width="0" height="0"&gt;&lt;mask id="slotMachineFadeMask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"&gt;&lt;linearGradient id="slotMachineFadeGradient" gradientUnits="objectBoundingBox" x="0" y="0"&gt;&lt;stop stop-color="white" stop-opacity="0" offset="0"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="1" offset="0.25"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="1" offset="0.75"&gt;&lt;/stop&gt;&lt;stop stop-color="white" stop-opacity="0" offset="1"&gt;&lt;/stop&gt;&lt;/linearGradient&gt;&lt;rect x="0" y="-1" width="1" height="1" transform="rotate(90)" fill="url(#slotMachineFadeMask)"&gt;&lt;/rect&gt;&lt;/mask&gt;&lt;/svg&gt;#slotMachineFadeMask");
}
</pre></body></html>